Welcome![Sign In][Sign Up]
Location:
Search - mac header

Search list

[Windows DevelopMACns2

Description: 值得一看得材料,有关mac层内容详尽的阐述,我看了之后学到了很多-eye-catcher in materials, the mac-detailed exposition, I read a lot to learn after
Platform: | Size: 60416 | Author: 曹文佳 | Hits:

[3G developmac_802_15_4headerfile

Description: csma协议,802.15.4协议的mac层header文件-CSMA protocol, 802.15.4 protocol layer header files mac
Platform: | Size: 12288 | Author: 高翔 | Hits:

[3G developmac_802_15_4cmn

Description: csma协议,802.15.4协议mac层cmn文件,从下个文件开始头文件和c文件将打包在一起上传-CSMA agreement 802.15.4 mac layer CMN documents, from the beginning of the next document header files and c files will be packaged together From
Platform: | Size: 3072 | Author: 高翔 | Hits:

[3G developmac_802_15_4_transac

Description: csma协议,802.15.4协议mac层transac的c文件和header文件-CSMA agreement 802.15.4 mac layer transac the c files and header files
Platform: | Size: 4096 | Author: 高翔 | Hits:

[Driver Developmac-tdma

Description: $Header: /cvsroot/nsnam/ns-2/mac/mac-tdma.cc,v 1.16 2006/02/22 13:25:43 mahrenho Exp $ // // mac-tdma.cc // // Preamble TDMA MAC layer for single hop. // Centralized slot assignment computing.
Platform: | Size: 6144 | Author: Dr. Rashid | Hits:

[CSharpsniffer

Description: 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP-Listening to all incoming and outgoing packets of the integrity of the host header information and display data content to support the MAC layer: network layer support for Ethernet Frame: IP, ARP, RARP, ICMP support Transport Layer: TCP, UDP
Platform: | Size: 10240 | Author: fupeng | Hits:

[Internet-NetworkSniffer

Description: 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP -Listening to all incoming and outgoing packets of the integrity of the host header information and display data content to support the MAC layer: network layer support for Ethernet Frame: IP, ARP, RARP, ICMP support Transport Layer: TCP, UDP
Platform: | Size: 480256 | Author: 林晓雨 | Hits:

[Sniffer Package captureProtocolanalysisogasprocess

Description: 协议分析气程序:包含了一下功能,数据采集,解析Ethernet网数据帧头部的全部信息,实现基于MAC地址和帧头部类型字段的数据包过滤,解析IP数据包的头部信息,实现基于IP地址和IP有协议的数据过滤,对ICMP解析,解析TCP/UCP头部信息,实现端口数据包过滤,实现应用层HTTP协议头部分析-Protocol analysis gas program: includes what functions, data acquisition, Ethernet network data frame header parsing all of the information, to achieve the frame based on MAC address and type field of the head packet filtering, parsing IP packet header information, to achieve based on IP address and IP are protocols of data filtering on ICMP parsing, parsing TCP/UCP header information, to port data packet filtering, application layer implementation of HTTP protocol header
Platform: | Size: 696320 | Author: zhongjun | Hits:

[Sniffer Package captureSnifferPro

Description: 1. 能够侦听所有进出本主机的数据包完整显示数据包头信息和内容 MAC层支持:以太帧 网络层支持:IP,ARP,RARP,ICMP 传输层支持:TCP,UDP 2. 以十六进制显示报文每个字节内容(包括头和数据),指定某个字段时,使相应字节高 亮显示。如点击IP Source Address(在解析树中),则相应的四个字节高亮。 -1. To listen to all packets entering and leaving the integrity of the host header information and content display data to support MAC layer: Ethernet frame network layer support: IP, ARP, RARP, ICMP transport layer support: TCP, UDP 2. To hex system shows the contents of each byte packet (including header and data), specify a field to the corresponding bytes of high-bright display. Such as clicking IP Source Address (the resolution tree), then highlight the corresponding four bytes.
Platform: | Size: 935936 | Author: 枫叶 | Hits:

[Internet-Network201012420263728

Description: 这是一个包含检查网卡是否为物理网卡(查看网卡是否使用irq或设备名是否包含pci,有些hp服务器没有irq但也是物理设备),查看网卡物理mac和当前使用的mac(有些网卡可以修改mac)使用xpddk头文件和库文件就可以,检查网卡是否为无线网卡(通过deviceiocontrol让网卡搜寻无线网络,支持的是无线网卡,不支持的不是),以上程序部分使用vc编写,可以说比现在网络上介绍的方法都要准确,唯一缺点是对禁用网络设备不支持,必须启用才可以。 绝对本人原创。 -This is a card that contains check whether the physical network card (see card whether or device name is included irq pci, hp server does not have some but it is also a physical device irq), view the card and the current use of the physical mac mac (Some cards can modify the mac) Use xpddk header files and libraries can check whether the wireless LAN card (NIC by deviceiocontrol search for wireless networks to support the wireless card does not support is not), some of these programs written using vc can be said on the network than it is now the method described to be accurate, the only disadvantage is that network devices do not support the disabled must be enabled before they can. I absolutely original.
Platform: | Size: 244736 | Author: momokk22 | Hits:

[TCP/IP stack1mac-802_11

Description: MAC 802.11 CSMA/CA头文件动态接入算法研究和实现-MAC 802.11 CSMA/CA algorithm header file and implementation of dynamic access
Platform: | Size: 5120 | Author: 黄昌平 | Hits:

[Linux-UnixgetIP-impro

Description: 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" char ipaddr[20] //IP地址最长为16个字符 char netmask[20] //子网掩码最长为18个字符 //获取IP地址 get_ip(ipaddr,netmask,ethname) //输出结果 printf(" s\n",ipaddr) printf(" s\n",netmask) 以下是get_mac函数简单使用范例 -The program user access to the host' s IP address and MAC address, the following function prototype header file# include " getIP.h" int get_ip (char* ipaddr, char* netmask, const char* ethname) # include " getIP.h" int get_mac (char* mac) use the following simple example is get_ip function// define the IP and MAC need storage space char ethname [] = " eth0" char ipaddr [20] // IP address of up to 16 characters char netmask [20] // mask for up to 18 characters// Obtain an IP address get_ip (ipaddr, netmask, ethname) // output printf (" s \ n" , ipaddr) printf ( " s \ n" , netmask) use the following simple example is get_mac function
Platform: | Size: 6144 | Author: quietojlt | Hits:

[OpenGL programglew-1.9.0-win32

Description: GLEW是一个跨平台的C++扩展库,基于OpenGL图形接口。使用OpenGL的朋友都知道,window目前只支持OpenGL1.1的涵数,但 OpenGL现在都发展到2.0以上了,要使用这些OpenGL的高级特性,就必须下载最新的扩展,另外,不同的显卡公司,也会发布一些只有自家显卡才支 持的扩展函数,你要想用这数涵数,不得不去寻找最新的glext.h,有了GLEW扩展库,你就再也不用为找不到函数的接口而烦恼,因为GLEW能自动识 别你的平台所支持的全部OpenGL高级扩展涵数。也就是说,只要包含一个glew.h头文件,你就能使用gl,glu,glext,wgl,glx的全 部函数。GLEW支持目前流行的各种操作系统(including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris)。 这是最新版本 1.90-The GLEW extensive library is a cross-platform C++ based on the OpenGL graphics interface. Know friends using OpenGL window is currently only to support OpenGL1.1 culvert number, but OpenGL development to more than 2.0, you must download the latest extension to use these advanced features of OpenGL, different graphics company, will publish only their own graphics only support extension functions, in order to use the number of Han had to go looking for the latest glext.h With GLEW extension library, you no longer have to find the function interface The worry because GLEW your platform supports all OpenGL can automatically identify the number of senior extension Han. That is, as long as contains a glew.h header file, you can use all the functions gl, glu, glext, wgl, glx. GLEW support the current popular variety of operating systems (including Windows, Linux, Mac OS X, FreeBSD, Irix, and Solaris). This is the latest version 1.90
Platform: | Size: 1393664 | Author: yangan | Hits:

[Otherlistening

Description: 利用winpcap库的抓包模块,可以实现mac帧的捕获,以及IP地址,MAC地址,IP头中校验和以及TCP伪首部校验和的修改(在程序中进行修改),另外可以转发至其他网卡进行数据包的发送。主要适用于网关PC机上-Winpcap library packet capture module, can achieve the mac frame capture, as well as the IP address, MAC address, IP header checksum and TCP pseudo header checksum and modify (to make changes in the program), the other can be forwarded to other NIC packet sent. Mainly applied to the gateway on the PC
Platform: | Size: 7885824 | Author: 杨岳 | Hits:

[Internet-Network1mac-802_11

Description: MAC 802.11 CSMA/CA头文件动态接入算法研究和实现-MAC 802.11 CSMA/CA algorithm header file and implementation of dynamic access
Platform: | Size: 5120 | Author: lowth | Hits:

[TCP/IP stackTCP.c

Description: 编程实现简单的协议分析器,实现捕获、分析数据包功能 它从局域网中抓取数据包,支持以太网MAC协议、IP 、ARP和TCP/UDP协议,并对它进行分析得到相应的头部信息,得到数据包的相应的首部信息。-Programming simple protocol analyzer to achieve capture, analyze packets function It grab packets from the LAN to support Ethernet MAC protocol, IP, ARP, and TCP/UDP protocol, and analyze it to obtain the appropriate header information, the corresponding data packet header information.
Platform: | Size: 2371584 | Author: 庶是错 | Hits:

[Embeded Linuxsock_raw

Description: Linux环境下自己构建包packet,包括MAC头部,UDP、TCP头部,以及数据及校验和计算,构建完包之后用原始套接字来进行发送-After the Linux environment to build their own package packet, including the MAC header, UDP, TCP header, and data and checksum calculation, build complete package with a raw socket to send
Platform: | Size: 2048 | Author: 澹台明轩 | Hits:

[Linux-Unix3945-mac

Description: Portions of this file are derived the ipw3945 project, as well as portions of the ieee80211 subsystem header files. -Portions of this file are derived the ipw3945 project, as well as portions of the ieee80211 subsystem header files.
Platform: | Size: 29696 | Author: serzjdui | Hits:

[Linux-Unixosdef1st

Description: DA and SA in MAC header are canonical.
Platform: | Size: 2048 | Author: wbkzdt | Hits:

[Linux-Unixhippi

Description: Create the HIPPI MAC header for an arbitrary protocol layer.
Platform: | Size: 3072 | Author: 吴翰 | Hits:
« 12 »

CodeBus www.codebus.net